ScanDocument UserName
Gets the user name assigned to this Scan Document
public string UserName {get} |
Return value
string | User Name associated |
Example
Copy
scanDocument.SetUserName("CTI_User");
Console.WriteLine(scanDocument.UserName);